home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD ROM Paradise Collection 4
/
CD ROM Paradise Collection 4 1995 Nov.iso
/
arcers
/
zsshl2fr.zip
/
ZUNLZHV.BA_
/
ZUNLZHV.BAT
Wrap
DOS Batch File
|
1995-01-10
|
584b
|
21 lines
@echo off
REM ZUNLZHV-------------------------------------
REM Batch file to use LHA (view mode )
REM with the ZS Shell
REM
REM %1 is the LZH file name
REM %2 is the ZIP file to create
REM
REM We use a temp directory named 897436
REM make sure you don' t use such a directory
REM to avoid a possible blanking...
REM --------------------------------------------
REM Goto the Zip Studio EXTERN directory
REM We use it to keep some space for the
REM command line. (Please check GO_ZSHL.BAT)
REM to adapt it to your configuration).
REM View the files
LHA l %1
PAUSE